-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Cloudflare Workers instructions #17
Conversation
CONTRIBUTING.md
Outdated
|
||
1. Run `npx wrangler dev src/index.js` in your terminal to start a development server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could make it more generic: npx wrangler dev <filepath>
in case we decide to add more workers
later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have left some feedback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rudychung Thank you.
Whoops, didn't mean to remove the other requested reviewers. Could you add them back |
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @rudychung ! please squash the commits before merging
Addresses issue #12
Re-located the Cloudflare Workers instructions from the top of
worker/index.js
toCONTRIBUTING.md
.